From: Richard M. Stallman Date: Fri, 20 May 1994 05:29:50 +0000 (+0000) Subject: (syms_of_textprop): Set up Lisp fn get-char-property. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91480 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb769fd77c99b14e434d15a230562f19bfe3a105;p=emacs.git (syms_of_textprop): Set up Lisp fn get-char-property. --- diff --git a/src/textprop.c b/src/textprop.c index 938cc8059c6..8778e8d1438 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1370,6 +1370,7 @@ percentage by which the left interval tree should not differ from the right."); defsubr (&Stext_properties_at); defsubr (&Sget_text_property); + defsubr (&Sget_char_property); defsubr (&Snext_property_change); defsubr (&Snext_single_property_change); defsubr (&Sprevious_property_change);